home *** CD-ROM | disk | FTP | other *** search
- ECHO off
- IF NOT %1x==x GOTO num
- ECHO WORKDISK command needs a drive letter.
- ECHO For example, to make the disk in drive
- ECHO B a work disk, enter the command:
- ECHO WORKDISK B:
- GOTO fin
- :num
- ECHO on
- COPY ED.EXE %1
- COPY PR.EXE %1
- COPY HELPE.DEF %1
- COPY RULER.DEF %1
- MENUPRT %1RULER.PRT
- :fin
-